How To Add Simple Light Adjuster To Any MIDlet Manually
Procedures:
Download the attached file.
Using MiniCommander, extract your MIDlet "app/game" to a sub folder.
Using ByteCode Editor, search for this code:
Code:
javax/microedition/lcdui/Canvas
A few.CLASSfiles will pop up, now open it one by one > Constant pool > Press "7" > Replace:
Code:
javax/microedition/lcdui/Canvaswith:
Code:
javay/microedition/lcdui/Canvas then press OK. do the same with the rest of .CLASS files that poped up after searching.
In every edited class, also replace:
Code:
keyPressedwith:"case-sensitive"
Code:
KeyPressed "case-sensitive"
Extract javayfolder from the attached file to the sub folder where you have extracted your MIDlet.
Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy. :)
Press dial key to adjust the backlight. :)

Attached file

XtGem Forum catalog